ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Load Method / Load(Stream,IImageConverterService) Method
The stream.
Service for converting image data to another format.

In This Topic
    Load(Stream,IImageConverterService) Method
    In This Topic
    Loads document from the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As Stream, _
       ByVal imageConverterService As IImageConverterService _
    ) 
    public void Load( 
       Stream stream,
       IImageConverterService imageConverterService
    )

    Parameters

    stream
    The stream.
    imageConverterService
    Service for converting image data to another format.
    See Also